home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 4 / The Arsenal Files 4 (Arsenal Computer).ISO / ham / sattrk31.tgz / sattrack-3.1.tar / SatTrack / run / transits < prev   
Text File  |  1994-11-21  |  2KB  |  33 lines

  1. #! /bin/csh
  2. #
  3. # transits      -----      Manfred Bester  21Nov94
  4. #
  5. # This C shell script runs SatTrack in the batch mode. 
  6. # Examples for command line parameter sets are given below.
  7. # The number and format of parameters specified is mandatory!
  8. #
  9. # Format of command line parameters:
  10. #
  11. # Program      Time  Ground station   Object number     Tle file  Tle    Pred     Start    Start   Time  Dur  Min   Hardcopy
  12. #              zone                   or sat name                 type   type     date     time    int        ele
  13. #
  14. #                    REPLACE BLANKS WITH UNDERSCORES IN
  15. #                    GROUND STATION AND SATELLITE NAME
  16. #
  17.  
  18.   sattrack -b  PST   Mt._Wilson       16609             tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  19.   sattrack -b  PST   Mt._Wilson       Kvant-1           tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  20.   sattrack -b  PST   Mt._Wilson       20580             tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  21.   sattrack -b  PST   Mt._Wilson       UARS              tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  22.   sattrack -b  PST   Mt._Wilson       GRO               tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  23.   sattrack -b  PST   Mt._Wilson       SeaSat_1          tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  24.   sattrack -b  PST   Mt._Wilson       Cosmos_2082_R     tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  25.   sattrack -b  PST   Mt._Wilson       Cosmos_2219_R     tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  26.   sattrack -b  PST   Mt._Wilson       Cosmos_2227_R     tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  27.   sattrack -b  PST   Mt._Wilson       Cosmos_2237_R     tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  28.   sattrack -b  PST   Mt._Wilson       Cosmos_2263_R     tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  29.   sattrack -b  PST   Mt._Wilson       ERS-1_R/B         tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  30.   sattrack -b  PST   Mt._Wilson       MOS-1B_R/B        tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  31.   sattrack -b  PST   Mt._Wilson       Feng_Yun1-2       tlex.dat  nasa   transit  now      now     auto  14   0     nohardcopy
  32.  
  33.